-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
lib: deprecate _stream_*
modules
#58337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
lib: deprecate _stream_*
modules
#58337
Conversation
Review requested:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file renamed for consistency with the others I'm adding
2bd8325
to
5eda2b3
Compare
_stream_*
modules
5eda2b3
to
1e6ac2d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58337 +/- ##
==========================================
- Coverage 90.23% 90.23% -0.01%
==========================================
Files 633 633
Lines 186818 186824 +6
Branches 36668 36678 +10
==========================================
+ Hits 168578 168581 +3
- Misses 11036 11044 +8
+ Partials 7204 7199 -5
🚀 New features to boost your workflow:
|
1e6ac2d
to
a9137e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
cc @nodejs/tsc because this is a semver-major
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
The rational for not doc-deprecating first is because it's undocumented? |
Yes, also because of its low usage as mentioned in #57540 (comment) (where I believe |
Runtime deprecation of all the
_stream_*
modules (besides_stream_wrap
which is already deprecated)This PR follows #57643 as part of my effort for trying to deprecate the various
_
modules that are not documentedand that should not be part of node.js' public API (for more context see: #57540 (comment))